projects
/
babl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5a0c3fd
)
fix bug 755405
author
Øyvind Kolås
<pippin@gimp.org>
Sat, 21 Nov 2015 02:44:13 +0000
(
03:44
+0100)
committer
Øyvind Kolås
<pippin@gimp.org>
Sat, 21 Nov 2015 02:44:13 +0000
(
03:44
+0100)
extensions/gggl.c
patch
|
blob
|
history
diff --git
a/extensions/gggl.c
b/extensions/gggl.c
index e9fc1d9eff699409668c17b8b2fa1f04d6385f73..7b05e123067e36f3d2b5c5dba4959d7b49199db1 100644
(file)
--- a/
extensions/gggl.c
+++ b/
extensions/gggl.c
@@
-673,7
+673,7
@@
conv_rgbF_rgbaF (unsigned char *src, unsigned char *dst, long samples)
*(uint32_t *) dst = (*(uint32_t *) src);
src += 4;
dst += 4;
- *(
uint32_
t *) dst = 1.0;
+ *(
floa
t *) dst = 1.0;
dst += 4;
}
return samples;